arm-linux-gnueabi-gcc-4.4 -static main.c -o mytest

adb push main /system/bin/mytest
adb shell
cd /system/bin
chmod 7 mytest